IdeaBlade.EntityModel.Compat Assembly > IdeaBlade.EntityModel Namespace : EntityQueriedAsyncEventArgs<T> Class |
'Declaration
Public Class EntityQueriedAsyncEventArgs(Of T) Inherits IdeaBlade.EntityModel.BaseEntityQueriedEventArgs(Of QueryResult(Of T)) Implements INotifyCompletedArgs
'Usage
Dim instance As EntityQueriedAsyncEventArgs(Of T)
public class EntityQueriedAsyncEventArgs<T> : IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>, INotifyCompletedArgs
If you have called EntityManager.ExecuteQueryAsync, the Completed event handler will be called with an instance of EntityQueriedEventArgs representing the results of the query operation.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<TResult>
IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
IdeaBlade.EntityModel.EntityQueriedAsyncEventArgs<T>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2